Pet Store Web Service
GetfindPetsByStatus

Resource Path: /pet/findByStatus

Description
Finds Pets by status
Parameters
NameDescriptionData Type
Status values that need to be considered for filterArray[string]
Response

The response body is of type Array[Pet].

successful operation
Fault Responses
FaultDescription
Invalid status value
See Also